CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - FTP 类

搜索资源列表

  1. ftp

    0下载:
  2. PHP版,网站在线文件管理系统,类FTP方式-PHP version, online document management system, class FTP
  3. 所属分类:Web Server

    • 发布日期:2017-11-10
    • 文件大小:819245
    • 提供者:nick
  1. FTP

    0下载:
  2. FTP操作类,文件的上传、下载、修改、删除等操作代码-FTP operations class, file upload, download, modify, or delete operation code
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:8389
    • 提供者:Kelvin
  1. Ftp

    0下载:
  2. qt ftp 获取数据,直接用QT的封装类库-qt ftp access to data, the direct use of the QT library package
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-19
    • 文件大小:5302387
    • 提供者:shitou
  1. FTPLibCPP

    0下载:
  2. 一个C++的FTP类,功能强大,实现数据安全传输机制;只有两个文件,一目了然!-a Class C FTP, powerful, secure transmission of data Only two documents, clear!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:9765
    • 提供者:liuzhi
  1. Ftp

    0下载:
  2. Ftp工具类,具有入,出和查找文件功能,同时实现了按照指定的文件名在指定的目录下查找,本算法为递归算法,会自动查找目录下的 -Ftp tools
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:3516
    • 提供者:片西滨
  1. ftp-client

    0下载:
  2. ftp客户端工具类,被动模式上传下载,使用比较简单-ftp client tools, passive mode upload and download
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:15330
    • 提供者:xueqiang
  1. Ftp-file

    0下载:
  2. 这个是一个FTP的客户端的文件的上传和下载的类,类中提供了2个接口,一个是上传的接口,一个是下载的接口。我在网上看了很多源码,都有问题,这是我自己测试过的,里面包含一个测试用例。使用的时候下载一个SERV-U FTP的服务器软件,可以安装在本机,也可以安装在虚拟机上。这样就可以模拟远程服务器的环境了。添加用户名和密码,关于怎么具体的去设置FTP服务器你百度一下,如果不能上传和下载文件,看你的FTP是否允许用户上传和下载,即用户权限设置对不对。-FTP C# file upload and dow
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:23136
    • 提供者:张静静
  1. ftp

    0下载:
  2. FTP操作类,连接ftp操作文件,目录的工具类-FTP operation type, connect the FTP file operation, Tools Directory
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7189
    • 提供者:liangjian
  1. FTP--HTTP-multithreaded-HTTP

    0下载:
  2. 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:69663
    • 提供者:张雨
  1. FTP

    0下载:
  2. FTP操作类FTPHelper,FTPClient,FTPOperater,-FTP operation type FTPHelper, FTPClient, FTPOperater,
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:8415
    • 提供者:houxu
  1. ftpliushui

    0下载:
  2. Python中默认安装的ftplib模块定义了FTP类,其中函数有限,可用来实现简单的ftp客户端,用于上传或下载文件-Python in the default installation of the ftplib module defines the FTP class, which function is limited, can be used to achieve a simple FTP client, for uploading or downloading files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:ZHUDE
  1. FTP

    0下载:
  2. 本源码实现了简单FTP功能的模拟实现,包括客户端与服务端的相应构造函数和构造类的编写。-The source to achieve a simple FTP function analog implementation, including the corresponding class constructor and construct client and service side of the preparation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3000376
    • 提供者:jensen
  1. ftp

    0下载:
  2. 编写一个ftp client程序,直接用socks或者用vc的相应类,实现能够登录一个ftp服务器,列目录,下载,并保存在本地。界面可以模仿flashfxp。
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:2107994
    • 提供者:王志炜
  1. ftpDemo

    0下载:
  2. java语言操作ftp文件,上传下载和删除,一共三个类,一个工具类Ftputil.,一个实体类Kmconfig。一个测试类Test(Java language operations, FTP files, upload, download and delete, a total of three classes, a tool class Ftputil., an entity class, Kmconfig. A test class Test)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:huster2011
  1. FileUtil

    0下载:
  2. fastdfs \ ftp \本地 ,统一上传和下载的入口 要这么多字数啊 ,这个很实用(fastDFS \ "FTP \" local, unified upload and download the entrance to so many words ah, this is very practical)
  3. 所属分类:其他

  1. FtpAPI

    0下载:
  2. 一个很好用的VB.NET写的FTP上传下载类库,可直接拿DLL来用。(A very good use of VB.NET to write FTP upload and download library, can be used directly with DLL.)
  3. 所属分类:Ftp客户端

    • 发布日期:2018-04-19
    • 文件大小:94208
    • 提供者:cici1980
  1. tools

    0下载:
  2. ftp上传下载工具包以及常用的java工具类,实现了ftp的上传和下载(this is java ftp upload and download packet)
  3. 所属分类:Java编程

    • 发布日期:2018-04-23
    • 文件大小:8192
    • 提供者:ken123123
  1. $R62PS3B

    0下载:
  2. ftp文件上传工具类,id图片生成工具类(FTP file upload tool class, ID picture generation tool class)
  3. 所属分类:Ftp服务器

  1. 网络管理系统

    0下载:
  2. 第一次上传资源。<br>第一个工程是界面<br>第二个工程是FTPClient类(Upload the resource for the first time. The first project of <br> is the interface <br> second engineering is the FTPClient class)
  3. 所属分类:Ftp服务器

    • 发布日期:2018-04-28
    • 文件大小:25979904
    • 提供者:111110的
  1. csharp类库

    0下载:
  2. 文件夹读写,图片读写,各种加密解密,XML操作,ftp操作,自己常用的类库(Folder read and write, picture reading and writing, various encryption and decryption, XML operation, FTP operation, commonly used class library)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:3576832
    • 提供者:lucky559
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com